C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / BaseChartAxisList<T> Class / Values Property

In This Topic
Values Property (BaseChartAxisList<T>)
In This Topic
A list value contains all the data point values for the series.
Syntax
'Declaration
 
Public ReadOnly Property Values As System.Collections.Generic.List(Of T)
 
See Also